Read me
-------------
Method1:
-------------------
Please execute the below auto install script for additional pacakges to be installed on linux ubuntu system
> sudo chmod +xr pi_setup.sh
> sudo ./pi_setup.sh

Execute the python test application
> sudo python3 LDA_test.py


Method 2:
-------------
Please execute the below commands to run the test python based app using .so file
> sudo make
> sudo python3 ldadlltest.py
